home *** CD-ROM | disk | FTP | other *** search
/ Kit PC World De Ampliacion De Windows 95 / Kit PC World de ampliacion de Windows 95.iso / clarion / cw15 / 32bin.z / CWCLW32.EXE / string.txt next >
Text File  |  1995-09-04  |  8KB  |  235 lines

  1. 1    TopSpeed Clarion Compiler
  2. 2    Compiling 
  3. 3    Warning: |Error: |Fatal error: |Internal error: |
  4. 8080    Optimizing %V
  5. 8081    Error detected in code generator : %V
  6. 8082    Code generation aborted
  7. 11001    Including: %V
  8. 11005    Debug: %V
  9. 11020    Expected: %V
  10. 11021    Invalid string (misused <...> or {...} )
  11. 11022    String not terminated
  12. 11023    Invalid number
  13. 11024    Missing exponent
  14. 11025    Invalid identifier
  15. 11026    Invalid label
  16. 11027    Invalid printer control token
  17. 11028    Invalid picture token
  18. 11029    Illegal character
  19. 11030    OMIT misplaced
  20. 11031    OMIT cannot be nested
  21. 11033    OMIT not terminated: %V
  22. 11034    Invalid OMIT/EMBED expression
  23. 11040    INCLUDE misplaced
  24. 11041    INCLUDE/EMBED nested too deep
  25. 11042    INCLUDE invalid, expected: %V
  26. 11043    SECTION not found: %V
  27. 11044    SECTION duplicated: %V
  28. 11045    Invalid MEMBER statement
  29. 11046    Ambiguous syntax
  30. 11047    Label duplicated, both removed: %V
  31. 11048    Calling function as procedure
  32. 11049    Unable to verify validity of OVER attribute
  33. 11050    Redefining system intrinsic: %V
  34. 11051    Ignoring EQUATE redefinition: %V
  35. 11052    ! introduces a comment
  36. 11060    Duplicate code label: %V
  37. 11061    Illegal data type: %V
  38. 11063    Illegal REPORT statement: %V
  39. 11064    Illegal FILE/DISK statement: %V
  40. 11065    Must have constant string parameter
  41. 11066    Illegal nesting of window controls
  42. 11067    Cannot have statement here
  43. 11068    Statement cannot have label
  44. 11069    Statement must have label
  45. 11071    FILE cannot be nested
  46. 11072    DISK cannot be nested
  47. 11073    QUEUE/RECORD not valid in GROUP
  48. 11074    EQUATE cannot be nested
  49. 11078    REPORT cannot be nested
  50. 11079    Not valid inside structure
  51. 11080    MAP must be within PROGRAM module
  52. 11081    Illegal data declaration
  53. 11082    Illegal key component
  54. 11083    Unknown key component: %V
  55. 11085    EXTERNAL must be within PROCEDURE or FUNCTION
  56. 11088    Order is MENUBAR, TOOLBAR, Controls
  57. 11089    HEADER/DETAIL/FOOTER must be within REPORT
  58. 11090    Cannot have default parameter here
  59. 11091    Declaration too big
  60. 11092    Group too big
  61. 11093    Array too big
  62. 11094    Invalid data type for value parameter
  63. 11095    MAP already defined
  64. 11096    Illegal return type or attribute
  65. 11097    Illegal data type for parameter
  66. 11098    Entity-parameter cannot be an array
  67. 11099    Value-parameter cannot be an array
  68. 11100    Unknown attribute: %V
  69. 11101    Attribute takes no parameters
  70. 11102    Attribute requires more parameters
  71. 11103    Attribute has too many parameters
  72. 11104    Invalid parameters for attribute
  73. 11105    OVER must name variable
  74. 11106    Embedded OVER must name field in same structure
  75. 11107    OVER must not be larger than target variable
  76. 11109    Cannot have initial values with OVER
  77. 11110    OVER not allowed with STATIC or THREAD
  78. 11111    DLL attribute requires EXTERNAL attribute
  79. 11116    Invalid FILE attribute
  80. 11118    Invalid QUEUE/RECORD attribute
  81. 11119    Invalid GROUP/QUEUE/RECORD attribute
  82. 11121    Invalid data declaration attribute
  83. 11124    Invalid KEY/INDEX attribute
  84. 11139    ENCRYPT attribute requires OWNER
  85. 11140    Invalid USE attribute parameter
  86. 11143    Invalid WINDOW control
  87. 11147    Invalid structure within property syntax
  88. 11151    Attribute string must be constant
  89. 11152    Attribute variable must have string type
  90. 11153    Attribute variable must be global
  91. 11156    Attribute parameter must be QUEUE, QUEUE field or constant string
  92. 11204    Expression cannot have conditional type
  93. 11207    Ambiguous label
  94. 11208    Parameter type label ambiguous (CODE or DATA)
  95. 11209    Parameter type in MAP must be GROUP or QUEUE
  96. 11210    Unknown identifier
  97. 11211    Expression cannot be picture
  98. 11212    Parameter cannot be omitted
  99. 11213    Integer expression expected
  100. 11214    Expression must be constant
  101. 11215    Must be variable
  102. 11216    Variable-size must be constant
  103. 11217    Cannot initialize variable reference
  104. 11218    Illegal reference assignment
  105. 11219    Indices must be constant
  106. 11220    Too few parameters
  107. 11221    Too many parameters
  108. 11222    DECIMAL too long
  109. 11223    DECIMAL has too many places
  110. 11224    Wrong number of parameters
  111. 11225    Must be dimensioned variable
  112. 11226    Must specify DECIMAL size
  113. 11227    Parameter must be picture
  114. 11228    Parameter must be procedure label
  115. 11229    Incorrect procedure profile
  116. 11231    Illegal paramter type for STRING
  117. 11232    Illegal parameter for LIKE
  118. 11238    ADDRESS parameter ambiguous
  119. 11239    Mis-placed string slice operator
  120. 11240    Incompatible assignment types
  121. 11241    Variable expected
  122. 11242    Too few indices
  123. 11243    Too many indices
  124. 11245    Field requires (more) subscripts
  125. 11246    Value requires (more) subscripts
  126. 11247    Illegal array assignment
  127. 11248    Unknown identifier: %V
  128. 11251    CYCLE statement must be within LOOP
  129. 11252    BREAK statement must be within LOOP
  130. 11253    Invalid LOOP variable
  131. 11255    Statement label duplicated
  132. 11256    Illegal target for GOTO
  133. 11258    Routine label duplicated
  134. 11259    Illegal target for DO
  135. 11260    Cannot GOTO into ROUTINE
  136. 11261    Unknown function label
  137. 11262    Unknown procedure label
  138. 11266    Cannot RETURN value from procedure
  139. 11267    Must RETURN value from function
  140. 11268    Cannot EXIT from here
  141. 11269    BREAK structure must enclose DETAIL
  142. 11271    Declaration not valid in FILE structure
  143. 11272    FILE must have RECORD structure
  144. 11273    KEY must have components
  145. 11274    FILE must have DRIVER attribute
  146. 11275    FILEs must have same DRIVER attribute
  147. 11276    VIEW must have a FILE as parameter
  148. 11277    Must have one field for each key component
  149. 11278    Field not found in parent FILE
  150. 11279    All fields must be declared before JOINs
  151. 11281    Must be field of a FILE or VIEW
  152. 11282    Cannot declare KEY in a VIEW
  153. 11283    Expected a PROJECT statement
  154. 11301    Invalid structure as first parameter
  155. 11302    Invalid first parameter of PUT
  156. 11303    Invalid first parameter of ADD
  157. 11304    Invalid first parameter of DELETE
  158. 11305    Invalid first parameter of FREE
  159. 11306    Invalid first parameter of SET
  160. 11307    Invalid first parameter of NEXT
  161. 11308    Invalid first parameter of PREVIOUS
  162. 11309    Invalid first parameter of POSITION
  163. 11321    Dynamic INDEX must be empty
  164. 11327    Function result is not of correct type
  165. 11328    Cannot return CSTRING from CLARION function
  166. 11329    CLARION function cannot use RAW
  167. 11330    Cannot call procedure as function
  168. 11332    Invalid variable data parameter type
  169. 11333    Wrong number of subscripts
  170. 11334    Parameter cannot be omitted
  171. 11335    Too few parameters
  172. 11336    Must specify identifier
  173. 11337    Parameter kind does not match
  174. 11338    Actual value parameter cannot be array
  175. 11339    No prototype available
  176. 11340    Wrong number of parameters
  177. 11341    Invalid SIZE parameter
  178. 11342    Must specify print-structure
  179. 11344    FUNCTION must have return type
  180. 11345    PROCEDURE cannot have return type
  181. 11346    Parameter must be report DETAIL label
  182. 11350    Missing procedure definition: %V
  183. 11351    Procedure doesn't belong to module: %V
  184. 11360    Label not defined: %V
  185. 11361    Routine not defined: %V
  186. 11365    Field equate label not defined: %V
  187. 11501    Subscript out of range
  188. 11800    Not implemented yet
  189. 11802    ISL error: %V
  190. 11810    Inconsistent scanner initialization
  191. 11816    Unknown operator
  192. 11817    Unknown expression type
  193. 11818    Unknown expression kind
  194. 11819    Unknown variable context
  195. 11820    Unknown parameter kind
  196. 11821    Unknown assignment operator
  197. 11822    Unknown variable type
  198. 11823    Unknown case type
  199. 11824    Unknown equate type
  200. 11825    Unknown string kind
  201. 11826    Unknown picture type
  202. 11827    Unknown descriptor type
  203. 11828    Unknown initializer type
  204. 11829    Unknown designator kind
  205. 11830    Unknown structure field
  206. 11831    Unknown formal entity
  207. 11832    Type descriptor not static
  208. 11833    Unknown clear type
  209. 11834    Unknown simple formal type
  210. 11835    Out of attribute space
  211. 11836    Unknown label/routine
  212. 11837    Unknown special identifier
  213. 11838    Value not static
  214. 11839    Unknown screen kind
  215. 11840    Unknown screen structure kind
  216. 11841    Corrupt pragma string
  217. 11842    Old symbol non-NIL
  218. 11845    String not CCST
  219. 11850    Not implemented yet
  220. 11951     in TSCLAW.id  (identifier records)
  221. 11952     in TSCLAW.str (string literals)
  222. 11953     in TSCLAW.scan(include files)
  223. 11954     in TSCLAW.aux (include sections)
  224. 11955     in TSCLAW.tmp (deep assign workspace)
  225. 11956     in TSCLAW.dsc (type descriptors)
  226. 11957     in TSCLAW.pch (view descriptor)
  227. 11958     in TSCLAW.sym (symbols)
  228. 11959     in TSCLAW.typ (types)
  229. 11960     in TSCLAW.fld (fields)
  230. 11961     in TSCLAW.old (identfiers in scope)
  231. 11962     in TSCLAW.rtl (run-time library calls)
  232. 11963     in TSCLAW.dmp (dialog structures)
  233. 11964     in TSCLAW.idn (identifier spellings)
  234. 11965     in TSCLAW.num (decimal number bank)
  235.